home *** CD-ROM | disk | FTP | other *** search
- Path: bud.cc.swin.edu.au!079519
- From: John Joseph Newbigin <079519@bud.cc.swin.edu.au>
- Newsgroups: comp.lang.c++
- Subject: CIN/COUT and PRINTF
- Date: Thu, 11 Apr 1996 09:45:14 +1000
- Organization: Swinburne University of Technology
- Message-ID: <Pine.OSF.3.91.960411094041.20958G-100000@bud.cc.swin.edu.au>
- NNTP-Posting-Host: bude.cc.swin.edu.au
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
- I recently, out of nothing better to do was reading the Borland C
- library source code version 5.00 (From Borland C++ 3.1). I was very
- supprised to see that within the stream code for cin and cout, there was
- a refrence to a printf. Is it usual to write a new IO system that is
- dependand on the previous system?
-
- And by the way, half of the source code is in low-level assembly but that
- is already written for you, all you have to do is call them from your
- high-level program.
-
- Newbs.
-
-
-
-